home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / adg_4_6.zip / PRINT.RC < prev    next >
Text File  |  1991-02-21  |  697b  |  25 lines

  1. /****************************************************************************
  2. Module name: Print.RC
  3. Programmer : Jeffrey M. Richter.
  4. *****************************************************************************/
  5.  
  6. #include <windows.h>
  7.  
  8. #include "print.h"
  9. #include "print.dlg"
  10.  
  11. Print ICON     MOVEABLE DISCARDABLE Print.Ico
  12.  
  13. Print MENU
  14. BEGIN
  15.    POPUP    "&Examples"
  16.       BEGIN
  17.       MENUITEM "Printer setup &1...",     IDM_PS1
  18.       MENUITEM "Printer setup &2...",     IDM_PS2
  19.       MENUITEM "&Print using PS1",        IDM_PRINT1
  20.       MENUITEM "P&rint using PS2",        IDM_PRINT2
  21.       MENUITEM SEPARATOR
  22.       MENUITEM "A&bout Printer Setup...", IDM_ABOUT
  23.       END
  24. END
  25.